Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate hifitime to v4 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Type Update Change
hifitime (source) dependencies major 3.8.5 -> 4.0.0

Release Notes

nyx-space/hifitime (hifitime)

v4.0.2: : Fix parsing durations from string with UTF8 micro character

Compare Source

What's Changed

Full Changelog: nyx-space/hifitime@4.0.1...4.0.2

v4.0.1: : Fix conversion from std Duration + fix poetry install

Compare Source

What's Changed

New Contributors

Full Changelog: nyx-space/hifitime@4.0.0...4.0.1

v4.0.0: Version 4.0.0: More precise time scale conversions, human readable serialization of durations, and lots more

Compare Source

This update is not merely an iteration, but a redesign in how time scale are handled in hifitime, fixing nanosecond rounding errors, and improving the Python user experience. Refer to the blog post for details. As of version 4.0.0, Hifitime is licensed under the Mozilla Public License version 2, refer to discussion #​274 for details.

Breaking changes

Note: as of version 4.0.0, dependency updates will increment the minor version.

New features / improvements

Bug fixes

The main change in this refactoring is that Epochs now keep the time in their own time scales. This greatly simplifies conversion between time scales, and ensures that all computations happen in the same time scale as the initialization time scale, then no sub-nanosecond rounding error could be introduced.

Maintenance

v3.9.0: Version 3.9.0: Add short year formatter and fix year of day computation

Compare Source

What's Changed

New Contributors

Full Changelog: nyx-space/hifitime@3.8.6...3.9.0

v3.8.6: Version 3.8.6: Add support for WASM targets

Compare Source

What's Changed

New Contributors

Full Changelog: nyx-space/hifitime@3.8.5...3.8.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants